ActiveReports Developer 7
DoubleArray Constructor(Double[],Boolean[])
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DoubleArray Class > DoubleArray Constructor : DoubleArray Constructor(Double[],Boolean[])

data

Specifies the data for the array.

isDateTime
Specifies whether the array values are DateTime values.

Glossary Item Box

Initializes a new instance of the DoubleArray class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal data() As System.Double, _
   ByVal isDateTime() As System.Boolean _
)
C# 
public DoubleArray( 
   System.double[] data,
   System.bool[] isDateTime
)

Parameters

data

Specifies the data for the array.

isDateTime
Specifies whether the array values are DateTime values.

See Also